home *** CD-ROM | disk | FTP | other *** search
/ Horoscope Companion: Gemini / Horoscope Companion: Gemini.iso / pc / gemini / cc.dir / Internal_4.ls < prev    next >
Encoding:
Text File  |  1996-10-08  |  375 b   |  19 lines

  1. on startRollover whichSprite
  2.   if the frameLabel <> "surprise" then
  3.     hAddBookmark()
  4.     hCheckCurrentFrameLabel()
  5.     puppetSprite(4, 1)
  6.     puppetSprite(5, 1)
  7.     play frame "surprise"
  8.   end if
  9. end
  10.  
  11. on endRollover whichSprite
  12.   if the frameLabel = "surprise" then
  13.     hCheckCurrentFrameLabel()
  14.     puppetSprite(4, 0)
  15.     puppetSprite(5, 0)
  16.     hPlayReturn()
  17.   end if
  18. end
  19.